Skip to main content

updateAssets

Update the properties of multiple asset

GraphQL Schema

extend type mutation {
"""Update the properties of multiple asset"""
updateAssets(input: UpdateAssetsInput): UpdateAssetsPayload
}

Arguments

NameTypeDescription
input[UpdateAssetsInput](/04-reference/05-Input Objects/UpdateAssetsInput.mdx)

Response Shape

This mutation returns UpdateAssetsPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information
assets[Asset]